luaL_optlstring

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
  1. char* luaL_optlstring(lua_State* L, int numArg, char* def, size_t* l)
    extern (C)
    char*
    luaL_optlstring
    (,
    int numArg
    ,
    const char* def
    ,
    size_t* l
    )
  2. char* luaL_optlstring(lua_State* L, int arg, char* d, size_t* l)

Meta